home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / system / network / admin / tkined_b.rea < prev    next >
Encoding:
Text File  |  1994-05-26  |  4.9 KB  |  137 lines

  1. This is a binart package of Scotty and tkined
  2. for Linux. It may need the shared tcl libs 
  3. (included in the Slackware Distribution)
  4.  
  5. Scotty is an enhanced tcl-interpreter that 
  6. supports icmp, tcp, snmp and more
  7.  
  8. tkined is a network editor based on tcl/tk.
  9.  
  10. Together they are a Network Management Software with features
  11. for example to monitor and discover TCP/IP Networks
  12.  
  13. I just compiled and tared it for those who don't know it 
  14. or who have difficulties compiling it.
  15.  
  16. I included the README from the source below, but
  17. the source is not included in this package.
  18. See below where you can get it.
  19.  
  20. Stefan
  21. (Strobel@sun1.rz.fh-heilbronn.de)
  22.  
  23. =====================================================
  24.  
  25. This directory contains the source of tkined, an application
  26. independent network editor. This version is a re-implementation of the
  27. original INED editor described in a paper presented at SANS II, April
  28. 1993. The PostScript version of the paper can be found in the file
  29. ined.ps.Z on ftp.ibr.cs.tu-bs.de in the directory /pub/local/papers.
  30.  
  31. The source of tkined is also available from ftp.ibr.cs.tu-bs.de and
  32. can be found in the directory /pub/local. The file is called
  33. tkined-*.tar.Z.  To install tkined, you *need* tk Version 3.6. First 
  34. unpack the tar archive:
  35.  
  36.   > uncompress tkined-*.tar.Z
  37.   > tar xvf tkined-*.tar
  38.  
  39. Now you have to compile tkined. Take a look at Makefile.in for
  40. some configuration options. If everything looks fine, just type
  41.  
  42.   > ./configure
  43.  
  44. There are some options to configure to help you in case configure
  45. can not find the tcl or tk library because it is installed in a non
  46. standard setup:
  47.  
  48.     --with-tcl-include=<path>
  49.     --with-tcl-library=<path>
  50.     --with-tk-include=<path>
  51.     --with-tk-library=<path>
  52.  
  53. The default compiler is cc. You can force the use of gcc by using:
  54.  
  55.     --with-gcc
  56.  
  57. Once configure has set up the Makefile, you can compile tkined:
  58.  
  59.   > make
  60.  
  61. If everything is well, copy the scripts and the bitmap files to the
  62. directories specified in the Makefile.
  63.  
  64.   > make install
  65.  
  66. The file tkined.defaults contains a sample configuration. You may want
  67. to merge it with your personal tkined.defaults file. Your personal
  68. tkined.defaults file is searched in the directory ~/.tkined.  Consult
  69. the man page for more details.
  70.  
  71. If you have problems or if you have made any changes to run tkined on
  72. a new hardware platform, please contact us. This will make sure that
  73. future versions will compile out of the box. You might want to join
  74. the tkined mailing list which should serve as a place for the
  75. discussion of tkined related themes. Bug fixes and updates will be
  76. announced on this list. Send requests to:
  77.  
  78.     tkined-request@ibr.cs.tu-bs.de
  79.  
  80. Note that requests are handled by a majordomo server. (You can send
  81. messages to majordomo@ibr.cs.tu-bs.de for further information about
  82. the tkined list and what you can do with majordomo.) Once subscribed,
  83. you can send messages to the list address, which is:
  84.  
  85.     tkined@ibr.cs.tu-bs.de
  86.  
  87. You might also consider to get scotty, a tcl interpreter that has
  88. extensions to set up tcp connections, to submit ping packets and to
  89. query various RPC services. Scotty turns tkined into a small but nice
  90. network management station. Scotty is available from
  91. ftp.ibr.cs.tu-bs.de in /pub/local/scotty-0.*.tar.Z.
  92.  
  93. You will find a paper presented at LISA VII (November 1993) describing 
  94. scotty's network discovering script on ftp.ibr.cs.tu-bs.de in the file
  95. /pub/local/papers/discover.ps.Z. There is an additional paper describing 
  96. our computer network configuration database called bones (bones.ps.Z) 
  97. which has been presented at SANS II, April 1993
  98.  
  99. We would also like to get nice icons for all sort of machines. If you
  100. make new icons and if you are willing to share then with us, please
  101. drop us a note (and the icons :-).
  102.  
  103. Edmund J. Sutcliffe <ejs1@tower.york.ac.uk> told me about an archive
  104. of sun net manager icons at zippy.Telcom.arizona.edu. These icons are
  105. in Sun's icon format but could be easily converted to xbitmap format.
  106.  
  107.  
  108. Have fun,
  109.                 Juergen Schoenwaelder 
  110.                 (schoenw@ibr.cs.tu-bs.de)
  111.  
  112.  
  113. Credits:
  114.  
  115. tkined started as an experiment to rewrite an already existing network
  116. editor called ined on top of the tk/tcl toolkit. The InterViews version 
  117. was written by Thomas Birke (birke@ibr.cs.tu-bs.de) and Hinnerk
  118. Ruemenapf (rueme@ibr.cs.tu-bs.de).
  119.  
  120. Guntram Hueske (hueske@ibr.cs.tu-bs.de) turned the stripchart and
  121. barchart tcl code into C code that implements two new canvas items.
  122. Stefan Schoek (schoek@ibr.cs.tu-bs.de) contributed the simple job
  123. scheduler found in ined.tcl. It is used by monitoring scripts to
  124. handle multiple jobs in one process.
  125.  
  126. Erik Schoenfelder (schoenfr@ibr.cs.tu-bs.de) contributed ideas that
  127. really improved the tkined interface. He is also a very good tester.
  128.  
  129. Thanks to Brian Bartholomew (bb@math.ufl.edu) for some interesting
  130. proposals and Henning G. Schulzrinne (hgs@research.att.com) for some
  131. bug reports.
  132.  
  133. And also many thanks to all the bug reports and suggestions reported
  134. to me or the tkined mailing list.
  135.  
  136.  
  137.